home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / R_LOCK.HDR < prev    next >
Text File  |  1994-04-25  |  719b  |  35 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _RLock() --> lLockStatus
  8.  
  9. PARAMETERS:
  10.  
  11. None
  12.  
  13. SHORT:
  14.  
  15. Simple record lock.
  16.  
  17. DESCRIPTION:
  18.  
  19. _RLock() is a general purpose record locking mechanism. _rlock() employs
  20. a wait-forever approach, therefore, any program that employs it must take
  21. this into account.
  22.  
  23. NOTE:
  24.  
  25.  
  26.  
  27. EXAMPLE:
  28.  
  29. _RLock()
  30.  
  31. An attempt is made to lock the current record.  Program does not return until
  32. the lock is successful.
  33.  
  34. ******************************************************************************/
  35.